img {
	border: 0;
}
* {
	padding: 0;
	margin: 0;
	list-style: none;
}
.slides {
	width: 1170px;
	height: 362px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}

.nav {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
}
.nav a {
	display: block;
	width: 41px;
	height: 119px;
	opacity: 0.2;
	filter
	z-index: 9;
}
.nav a.prev {
	position: absolute;
	left: 0;
	top: -250px;
	margin-top: -58px;
	background: url(ban_prev.png) no-repeat;
}
.nav a.next {
	position: absolute;
	right: 0;
	top: -250px;
	margin-top: -58px;
	background: url(ban_next.png) no-repeat;
}
.navListBox {
	position: absolute;
	left: 50%;
	top: 378px;
	z-index: 99;
}
.navListBox li {
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 5px;
	border-radius: 50%;
	overflow: hidden;
}
.navListBox li:first-child {
	margin-left: 0;
}
.navListBox li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background:url(btn_bai.png) no-repeat;
}
.navListBox li a.active {
	background:url(btn_red.png) no-repeat;
}



/* 本例子css */
        .fullSlide{ width:100%;  position:relative;  height:362px; }
        .fullSlide .bd{width:100%; margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
        .fullSlide .bd ul{ width:100% !important;  }
        .fullSlide .bd li{ width:100% !important;  height:362px; overflow:hidden; text-align:center;  }
        .fullSlide .bd li a{ display:block; height:362px; }

        .fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
        .fullSlide .hd ul{ text-align:center; }
        .fullSlide .hd ul li{cursor: pointer;display:inline-block; *display:inline; zoom:1;  width: 18px;  height: 18px;margin: 0 5px;overflow: hidden;filter:alpha(opacity=50);opacity:0.5;  line-height:999px;
        }

        .fullSlide .prev,
        .fullSlide .next { width: 66px; height: 66px; margin: -60px 0 0; display: none; background: url(sl.png) no-repeat center center; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
        .fullSlide .prev { left: 3%; }
        .fullSlide .next { background: url(sr.png) no-repeat center center;right: 3%; }
        .fullSlide .prev:hover,
        .fullSlide .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
        .column .list-main-normal li:hover span{  color:#256b9c;  }
        .column .list-main-normal li:hover a{  color:#256b9c;  }
        .box7:hover a{color:#256b9c !important;}
        .box20 li{padding-left:0 !important;width: 100%;}